(update_end): Clear updating_frame before calling hook.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 1994 00:09:47 +0000 (00:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 1994 00:09:47 +0000 (00:09 +0000)
src/term.c

index e8599ee9b90dbfb690744b5d595da7e2686510e9..50651a64c7896b6283f43dd8aa8e7e35f67e4b64 100644 (file)
@@ -338,8 +338,8 @@ update_end (f)
 {
   if (! FRAME_TERMCAP_P (updating_frame))
     {
-      (*update_end_hook) (f);
       updating_frame = 0;
+      (*update_end_hook) (f);
       return;
     }
   turn_off_insert ();